home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Text / WASTE / WASTE 1.1.2 Distribution / WASTE Source / Metrowerks specific / Selector Tables / WETables.c < prev    next >
Encoding:
Text File  |  1995-10-12  |  702 b   |  39 lines  |  [TEXT/CWIE]

  1. /*
  2.  *        WASTE 1.1a9 lookup tables
  3.  */
  4.  
  5.  struct {
  6.      long selector;
  7.      short fOffset;
  8.      short fLength;
  9.  }
  10.  
  11.  _weMainSelectorTable[] = {
  12. { 'refc',0x7c,0x4 },
  13. { 'port',0x00,0x4 },
  14. { 'text',0x04,0x4 },
  15. { 'c2p ',0xb0,0x4 },
  16. { 'cbyt',0xbc,0x4 },
  17. { 'ctyp',0xc0,0x4 },
  18. { 'clik',0x64,0x4 },
  19. { 'drag',0x94,0x4 },
  20. { 'draw',0xa8,0x4 },
  21. { 'lbrk',0xb4,0x4 },
  22. { 'line',0x08,0x4 },
  23. { 'p2c ', 0xac, 0x4 },
  24. { 'post',0x90,0x4 },
  25. { 'pre ',0x8c,0x4 },
  26. { 'runa',0x10,0x4 },
  27. { 'scrl',0x74,0x4 },
  28. { 'styl',0x0c,0x4 },
  29. { 'tsmd',0x80,0x4 },
  30. { 'wbrk', 0xb8, 0x4 },
  31. { 'xdrg',0x9c,0x4 },
  32. { 0, 0, 0 }},
  33.  
  34. _weObjectHandlerSelectorTable[] = {
  35. { 'clik',0x10,0x4 },
  36. { 'draw',0xc,0x4 },
  37. { 'free',0x8,0x4 },
  38. { 'new ',0x4,0x4 },
  39. { 0, 0, 0 }};